home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000209_news@columbia.edu _Fri Jun 25 13:33:36 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA16878
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 25 Jun 1999 13:33:23 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA02983
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 25 Jun 1999 13:27:44 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: NOrJUNKsEMAILk@nojunkemail.net (R. S. K.)
  10. Subject: Re: VT-100 Terminal Problem
  11. Date: 25 Jun 1999 10:27:13 PDT
  12. Organization: See end of message
  13. Message-ID: <7l0e5h$286@chronicle.concentric.net>
  14. To: kermit.misc@columbia.edu
  15.  
  16. Jeffrey (Jefflex@ix.netcom.com) wrote:
  17. : I'm using Kermit 1.1.17 WIN 95 at work to access a dial-up BBS.  When
  18. : K95 dials up and connects, a DOS window opens up in which the desired
  19. : VT-100 terminal is emulated.  So far, OK.
  20. : ...
  21. : Is there a way to hangup from the BBS without losing the scrollback
  22. : buffer, so that I can scroll through it offline and avoid running up
  23. : connection charges for browsing the buffer?  Every time I've hungup or
  24. : signed off the BBS, the DOS emulation window winks off and the scroll
  25. : back is lost, leaving only a DOS command line visible.
  26.  
  27. I'm sure there are other approaches, but if disk space on your personal
  28. computer isn't an issue, perhaps you should, BEFORE connecting to your
  29. BBS, use the Kermit command
  30.  
  31.          log session mybbslog
  32.  
  33. where "mybbslog" is your desired log file.  Then, after hanging up,
  34. you may edit the session and extract or review whatever information
  35. or transactions you like.
  36.  
  37. Or, if you only wish to record PARTS of your session, you may escape
  38. to the kermit command prompt (Alt-X by default), type
  39.  
  40.          log session mybbslog
  41.  
  42. return to your session (with the Kermit command "connect" or "c"),
  43. record the critical portion of your transactions, escape back to
  44. the prompt and stop recording with the Kermit command
  45.  
  46.          close session-log
  47.  
  48. (or close sess for short), connect back again ("connect" or "c"),
  49. finish your connect-time activities, and then, off-line, manipulate
  50. the file "mybbslog" in your favorite editor or viewer.
  51.  
  52. While you ARE connected, you can select portions of your scrollback
  53. using the mark command--if I remember right, this is Ctrl-F1 by
  54. default in K95, and help is available in this "mode," so you can
  55. study up on that approach.  This will allow you to get portions of
  56. your scrollback buffer into the clipboard in Windoze, so you can
  57. sling it into some other application.
  58.  
  59. Hope this helps.
  60.  
  61. =====
  62. To avoid unwanted junk e-mail, I am posting this with falsified Headers.
  63. Bonafide correspondence may be addressed to:
  64. r s k (at) concentric (dot) net
  65. =====